home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 4⁄13⁄90 / 1103-Re Rez with TP3-Apr90 < prev    next >
Encoding:
Text File  |  1990-04-16  |  1.3 KB  |  33 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    7366183                         13-April-90        13:01PDT
  4.  
  5. From:   SCHMUCKER1                      Schmucker, Kurt
  6.  
  7. To:     CFI                             France - Dev, CFI Paris 11,IDV
  8.  
  9. cc:     MACAPP.TECH$                    MacApp Technical
  10.  
  11. Sub:    Re: Rez with TP3
  12.  
  13. Nico,
  14.  
  15.     Maybe I missed something in your link, but here is what I do for Rezzing in
  16. LightSpeed Pascal.  I find that it works OK and is not too much of a burden:
  17.  
  18.     The Rez utility in LSP is a stand-alone application called SARez.  It was
  19. done jointly by Symantec and Apple.  As a stand-alone application it can save
  20. files.  So, I go thru the "include the "Think MacApp:RIncludes" path, then the
  21. "LSP:RIncludes" path. And finally the path to "THINK MacApp:Resources"" stuff
  22. once, save the SARez document in the project folder, and then at any later time
  23. I can open this doc from SARez and all the pathname stuff and options are
  24. intact.  Then I just Rez-away.
  25.  
  26.     Don't forget that you have to run the stand-alone equivalent of PostRez
  27. also.  (You do this by hand.)  If you don't, you application will not have any
  28. menus and when you launch, you will get the "Your application is missing
  29. required resources" alert.  Of course the missing resources are the MENUs.
  30.  
  31.         Kurt
  32.  
  33.